home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / automake.0 / automake / automake-1.0 / tests / canon.test < prev    next >
Encoding:
Text File  |  1996-03-05  |  210 b   |  14 lines

  1. #! /bin/sh
  2.  
  3. # Test to make sure that name canonicalization error works.
  4.  
  5. . $srcdir/defs || exit 1
  6.  
  7. cat > Makefile.am << 'END'
  8. bin_PROGRAMS = sniff-glue
  9. sniff-glue_SOURCES = sg.c
  10. END
  11.  
  12. $AUTOMAKE && exit 1
  13. exit 0
  14.